Skip to main content
Feedback

Building a SoapUI project

Using SoapUI, you can test APIs by pointing to the WSDL URL.

Procedure

  1. Select File > New SOAP Project.

    The New SOAP Project dialog opens.

  2. In the Project Name field, type a project name.

  3. In the Initial WSDL field, type or paste the WSDL URL that points to the runtime web server URL or the domain name for a  runtime cloud or Test runtime cloud.

    info

    Ensure that you have a process deployed to the runtime that contains a Web Services Server connector.

  4. Turn on the Create sample requests for all operations? check box.

    New SOAP Project panel.

  5. Click OK.

  6. If you are using BASIC authentication or are connecting to a runtime cloud or Test runtime cloud, enter your AccountID and the runtime's authentication token (see the topic Configuring Web Service Listen Connections) and click OK.

    At this point, all web service request operations from the runtime's web server will load into your SoapUI project.

On this Page